<DOMSymbolItem xmlns="http://ns.adobe.com/xfl/2008/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Symbol 1322" itemID="6a9db000-000002c2" lastModified="1788719150">
<timeline>
<DOMTimeline name="Symbol 1322">
<layers>
<DOMLayer name="Script Layer" color="#f87b1b">
<frames>
<DOMFrame index="0" keyMode="9728">
<Actionscript>
<script>drop1 = new Sound(this);
drop2 = new Sound(this);
drop1.attachSound("droppe");
drop2.attachSound("droppe2");
this.onEnterFrame = function()
{
if(random(50) == 0)
{
trace("dripp dropp");
this["drop" + (random(2) + 1)].start();
}
};
</script>
</Actionscript>
<elements/>
</DOMFrame>
</frames>
</DOMLayer>
<DOMLayer name="Layer 2" color="#33a3ff" current="true" isSelected="true">
<frames>
<DOMFrame index="0" keyMode="9728">
<elements>
<DOMStaticText left="0" fontRenderingMode="standard" width="1504" height="507" autoExpand="true" isSelectable="false">
<matrix>
<Matrix tx="-75.0" ty="-16.45"/>
</matrix>
<textRuns>
<DOMTextRun>
<characters>droppeclip</characters>
<textAttrs>
<DOMTextAttrs aliasText="false" rotation="true" size="28.1" bitmapSize="562" letterSpacing="0" indent="0" leftMargin="0" lineSpacing="0" rightMargin="0" fillColor="#ffffff" face="Helvetica 65 Medium"/>
</textAttrs>
</DOMTextRun>
</textRuns>
</DOMStaticText>
</elements>
</DOMFrame>
</frames>
</DOMLayer>
</layers>
</DOMTimeline>
</timeline>
</DOMSymbolItem>